home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / sound / octarexx / echo_ms.rexx < prev    next >
OS/2 REXX Batch file  |  1997-12-01  |  464b  |  19 lines

  1. /* tempo */
  2. address 'OCTAMED_REXX'
  3. options results
  4.  
  5. 'sg_gettempo var tempo'
  6. 'sg_gettempolpb var lines'
  7.  
  8. ekko = 240000 % tempo % lines
  9.  
  10. wi_showstring 'Echo rate changed to ' ekko 'ms.'
  11. sg_mixecho rate ekko
  12.  
  13. /* This program sets the ECHO ms rate to the correct value   */
  14. /* depending on the tempo and line per beat value so that    */
  15. /* the echo rate will be in time with the tempo of the music */
  16.  
  17. /* tempo must be in BPM for this to work !!                  */
  18.  
  19.